Enter a type and click search.




Results for PayPal\Braintree\Block\GooglePay\Shortcut\Button

File: vendor/paypal/module-braintree-core/etc/frontend/di.xml

<type name="PayPal\Braintree\Block\GooglePay\Shortcut\Button">
    <arguments>
        <argument name="data" xsi:type="array">
            <item name="template" xsi:type="string">
                PayPal_Braintree::googlepay/shortcut.phtml
            </item>
            <item name="alias" xsi:type="string">
                braintree.googlepay.mini-cart
            </item>
            <item name="button_id" xsi:type="string">
                braintree-googlepay-mini-cart
            </item>
        </argument>
        <argument name="payment" xsi:type="object">
            BraintreeGooglePay
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

This configuration tells the Object Manager that when a user wants a PayPal\Braintree\Block\GooglePay\Shortcut\Button object that the following arguments should be used in the foo object's constructor.